>>I am plotting icons by calling FW_CIconShape::Render(). I am plotting a
>>16x16 small icon in a 20x20 space using FW_kIconAlignCenter |
>>FW_kIconAlignVCenter. With the 1.0 ODF Library this works fine, but with
>>1.1b2 it appears to be scaling the icon to fit into the 20x20 space (very
>>ugly). Is this a bug, or this the new behavior?
>This behavior was changed to fix a bug where the icon was being drawn
>outside the rectangle. If the rectangle size is not 12, 16 or 32 the icon
>is scaled.
>Mary Boetcher
>ODF Person
Thanks for quick response. So unless I'm missing something, this means that FW_kIconAlignCenter and FW_kIconAlignVCenter are pretty much meaningless now.